home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-03 | 279 b | 18 lines | [TEXT/MPS ] |
- ; we import, we jump, is there anything else to add ?
-
- DRAFTMODE PROC EXPORT
-
- IMPORT DRAFTPROPENDOC
- IMPORT DRAFTPRCLOSEDOC
- IMPORT DRAFTPROPENPAGE
- IMPORT DRAFTPRCLOSEPAGE
-
- JMP DRAFTPROPENDOC
- JMP DRAFTPRCLOSEDOC
- JMP DRAFTPROPENPAGE
- JMP DRAFTPRCLOSEPAGE
-
- ENDPROC
-
- END
-